func math.trunc

2 uses

	math (current package)
		floor.go#L62: 	return trunc(x)
		floor.go#L65: func trunc(x float64) float64 {